home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
dalla rivista
/
host contacted
/
imengv3.41p2.lha
/
ImEngV3.41p2
/
Notes
/
Merge.notes
< prev
next >
Wrap
Text File
|
1999-10-15
|
2KB
|
97 lines
Image Engineer script - Merge v2.02
SHORT DESCRIPTION
This script merges two pictures together.
REQUIREMENTS
Image Engineer v3.41 (Wision release 2)
INSTALLATION
This script belongs to Image Engineer distribution, so it
should allready be in IE:Arexx/, where it belongs.
USAGE
Mark picture to merge to as SECONDARY.
Activate window of an image to merge and run the script.
Active (Primary) picture will be merged to Secondary picture
like you order to. Like,
"Merge Primary to the left side and above of Secondary"
Finetune placement as you wish. Final picture sizes are exact,
there will no extra space around images.
ARGUMENTS
Merge.rexx" <pic> <sec> <valign> <halign> <xoffset> <yoffset>
<pic> name of picture (in IE) to merge
<sec> name of picture (in IE) to merge to
<valign> one of following keywords:
ABOVE,TOP,ABSMIDDLE,BOTTOM or BELOW
<halign> one of following keywords:
LEFTSIDE,LEFT,CENTER,RIGHT or RIGHTSIDE
<xoffset> finetune for horizontal alignment
<yoffset> finetune for vertical alignment
AmigaDOS
Sys:Rexxc/RX Merge.rexx <arguments>
Sys:Rexxc/RX Merge.rexx C2.iff 000_C2.iff ABOVE LEFTSIDE 0 0
Other scripts:
ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/Merge.rexx <arguments>"
Next lines return you the name of new picture.
PROJECT_LIST
xyz=result
pic=subword(xyz,1,1)
HISTORY
2.02
Exchanged Primary and Secondary with each other.
2.00
Fully recoded. Now can be aligned horizontally and vertically
with optional offset. Possible aligns are now ABOVE, TOP,
ABSMIDDLE, BOTTOM, BELOW and LEFTSIDE, LEFT, CENTER, RIGHT,
RIGHTSIDE.
1.00
History started